Micron Document
🎖️GitЯра🎖️

Node / meshtastic / Meshtastic-Android / files / feature / car / src / main / AndroidManifest.xml

Displaying Raw • Download

feature/car/src/main/AndroidManifest.xml d12fc8ebcf650222647385baabcf89ea5906969e (d12fc8eb) Text, 1.50 KB

Tff7b72<?xml version="1.0" encoding="utf-8"?>
Tff7b72<manifest Te6edf3xmlns:android=Ta5d6ff"http://schemas.android.com/apk/res/android"Tff7b72>

Tff7b72<applicationTff7b72>
T8b949e<!-- enabled is gated by the app's `carTemplatesEnabled` manifest placeholder: off by default
(production ships notification-only car messaging), on for -PenableCarTemplates=true builds.
The decisive gate is automotive_app_desc's <uses name="template" /> (see res/xml); this is
defense-in-depth so the templated service can't be bound in production. -->
Tff7b72<service
Te6edf3android:name=Ta5d6ff"org.meshtastic.feature.car.service.MeshtasticCarAppService"
Te6edf3android:enabled=Ta5d6ff"${carTemplatesEnabled}"
Te6edf3android:exported=Ta5d6ff"true"
Te6edf3android:permission=Ta5d6ff"androidx.car.app.CarAppService"Tff7b72>
Tff7b72<intent-filterTff7b72>
Tff7b72<action Te6edf3android:name=Ta5d6ff"androidx.car.app.CarAppService" Tff7b72/>
Tff7b72<category Te6edf3android:name=Ta5d6ff"androidx.car.app.category.MESSAGING" Tff7b72/>
Tff7b72</intent-filter>
Tff7b72</service>

Tff7b72<meta-data
Te6edf3android:name=Ta5d6ff"androidx.car.app.minCarApiLevel"
Te6edf3android:value=Ta5d6ff"7" Tff7b72/>

T8b949e<!-- Required for Android Auto to surface MessagingStyle notifications and recognize the
template app. Without this the automotive_app_desc declarations never reach the host. -->
Tff7b72<meta-data
Te6edf3android:name=Ta5d6ff"com.google.android.gms.car.application"
Te6edf3android:resource=Ta5d6ff"@xml/automotive_app_desc" Tff7b72/>
Tff7b72</application>
Tff7b72</manifest>

Served by rngit 1.5.2 - Generated in 0.03s